home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / editor / dana104.zip / MARKLIST.DAS < prev    next >
Text File  |  1995-10-05  |  152b  |  12 lines

  1. '
  2. ' Mark listing short Script
  3. '
  4. Main ()
  5.     Dim L%, M%
  6.     L% = GetTopLine()
  7.     M% = GetNextMark(L%)
  8.     If (M%) Then
  9.         Command("MarkList")
  10.     End If
  11. End
  12.